The Imagick class
PHP Manual

Imagick::getImageBluePrimary

(PECL imagick 2.0.0)

Imagick::getImageBluePrimaryReturns the chromaticy blue primary point

Descripción

array Imagick::getImageBluePrimary ( float $x , float $y )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Returns the chromaticity blue primary point for the image.

Lista de parámetros

x

The chromaticity blue primary x-point.

y

The chromaticity blue primary x-point.

Valores retornados

Array consisting of "x" and "y" coordinates of point.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual